From 6bd73977e226469a4c6b5ea15d2c45ec9747b2d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Mar 2014 12:09:22 +0000 Subject: [PATCH] libxl: Add LIBXL_HAVE_DEVICE_PCI_SEIZE This was part of [PATCH v2 2/2] xl: Add "seize" option to PCI devices but I accidentally applied v1. Signed-off-by: George Dunlap Signed-off-by: Ian Jackson --- tools/libxl/libxl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 06bbca687f..4c9cd646f9 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -445,6 +445,16 @@ #define LIBXL_HAVE_NO_SUSPEND_RESUME 1 #endif +/* + * LIBXL_HAVE_DEVICE_PCI_SEIZE + * + * If this is defined, then the libxl_device_pci struct will contain + * the "seize" boolean field. If this field is set, libxl_pci_add will + * check to see if the device is currently assigned to pciback, and if not, + * it will attempt to do so (unbinding the device from the existing driver). + */ +#define LIBXL_HAVE_DEVICE_PCI_SEIZE 1 + /* Functions annotated with LIBXL_EXTERNAL_CALLERS_ONLY may not be * called from within libxl itself. Callers outside libxl, who * do not #include libxl_internal.h, are fine. */ -- 2.30.2